[INFO] cloning repository https://github.com/aschey/transport-async-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aschey/transport-async-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faschey%2Ftransport-async-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faschey%2Ftransport-async-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d9b31e04da69f370da4de65d52c4202e818863f
[INFO] fixing aschey/transport-async-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faschey%2Ftransport-async-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/aschey/transport-async-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/aschey/transport-async-rs
[INFO] tweaked toml for git repo https://github.com/aschey/transport-async-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aschey/transport-async-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 166 packages to latest Rust 1.98.0-nightly compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded half v1.8.3
[INFO] [stderr]   Downloaded tokio-serde v0.9.0
[INFO] [stderr]   Downloaded tipsy v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd
[INFO] running `Command { std: "docker" "start" "79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking transport-async v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `transport_async::codec`
[INFO] [stdout]  --> examples/stdio_test.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use transport_async::codec::{Codec, CodecStream, SerdeCodec};
[INFO] [stdout]   |                      ^^^^^ could not find `codec` in `transport_async`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "codec")]
[INFO] [stdout]   |       ----------------- the item is gated behind the `codec` feature
[INFO] [stdout] 2 | pub mod codec;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `transport_async::stdio`
[INFO] [stdout]  --> examples/stdio_test.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use transport_async::stdio::StdioTransport;
[INFO] [stdout]   |                      ^^^^^ could not find `stdio` in `transport_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `transport_async::local`
[INFO] [stdout]  --> tests/bytes_test.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | use transport_async::local::{self, LocalClientStream};
[INFO] [stdout]   |                      ^^^^^ could not find `local` in `transport_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `transport_async::ipc`, `transport_async::tcp`, `transport_async::udp`
[INFO] [stdout]  --> tests/bytes_test.rs:7:54
[INFO] [stdout]   |
[INFO] [stdout] 7 | use transport_async::{AsyncReadWrite, Bind, Connect, ipc, tcp, udp};
[INFO] [stdout]   |                                                      ^^^  ^^^  ^^^ no `udp` in the root
[INFO] [stdout]   |                                                      |    |
[INFO] [stdout]   |                                                      |    no `tcp` in the root
[INFO] [stdout]   |                                                      no `ipc` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this module instead:
[INFO] [stdout]           tokio::net::tcp
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `transport_async::codec`
[INFO] [stdout]   --> tests/codec_test.rs:10:22
[INFO] [stdout]    |
[INFO] [stdout] 10 | use transport_async::codec::{Codec, CodecStream, LengthDelimitedCodec, SerdeCodec, StreamSink};
[INFO] [stdout]    |                      ^^^^^ could not find `codec` in `transport_async`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  1 | #[cfg(feature = "codec")]
[INFO] [stdout]    |       ----------------- the item is gated behind the `codec` feature
[INFO] [stdout]  2 | pub mod codec;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `transport_async::stdio`
[INFO] [stdout]   --> tests/codec_test.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use transport_async::stdio::StdioTransport;
[INFO] [stdout]    |                      ^^^^^ could not find `stdio` in `transport_async`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Bind` and `Connect`
[INFO] [stdout]  --> tests/bytes_test.rs:7:39
[INFO] [stdout]   |
[INFO] [stdout] 7 | use transport_async::{AsyncReadWrite, Bind, Connect, ipc, tcp, udp};
[INFO] [stdout]   |                                       ^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `transport_async::ipc`, `transport_async::local`, `transport_async::quic`, `transport_async::tcp`, `transport_async::udp`
[INFO] [stdout]   --> tests/codec_test.rs:12:38
[INFO] [stdout]    |
[INFO] [stdout] 12 | use transport_async::{Bind, Connect, ipc, local, quic, tcp, udp};
[INFO] [stdout]    |                                      ^^^  ^^^^^  ^^^^  ^^^  ^^^ no `udp` in the root
[INFO] [stdout]    |                                      |    |      |     |
[INFO] [stdout]    |                                      |    |      |     no `tcp` in the root
[INFO] [stdout]    |                                      |    |      no `quic` in the root
[INFO] [stdout]    |                                      |    no `local` in the root
[INFO] [stdout]    |                                      no `ipc` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this module instead:
[INFO] [stdout]            tokio::net::tcp
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `quinn` in this scope
[INFO] [stdout]  --> tests/codec_test.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use quinn::rustls::pki_types::{PrivateKeyDer, PrivatePkcs8KeyDer};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `quinn`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `quinn`, use `cargo add quinn` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `quinn` in this scope
[INFO] [stdout]  --> tests/codec_test.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use quinn::rustls::{self, RootCertStore};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `quinn`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `quinn`, use `cargo add quinn` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bytes`
[INFO] [stdout]  --> tests/codec_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use bytes::{BufMut, Bytes, BytesMut};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `bytes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `bytes`, use `cargo add bytes` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `quinn` in this scope
[INFO] [stdout]    --> tests/codec_test.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |             let cert = quinn::rustls::pki_types::CertificateDer::from(
[INFO] [stdout]     |                        ^^^^^ use of unresolved module or unlinked crate `quinn`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `quinn`, use `cargo add quinn` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `transport-async` (example "stdio_test") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `quinn` in this scope
[INFO] [stdout]    --> tests/codec_test.rs:220:26
[INFO] [stdout]     |
[INFO] [stdout] 220 |                     .add(quinn::rustls::pki_types::CertificateDer::from(
[INFO] [stdout]     |                          ^^^^^ use of unresolved module or unlinked crate `quinn`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `quinn`, use `cargo add quinn` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused imports: `Bind` and `Connect`
[INFO] [stdout]   --> tests/codec_test.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 | use transport_async::{Bind, Connect, ipc, local, quic, tcp, udp};
[INFO] [stdout]    |                       ^^^^  ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `transport-async` (test "codec_test") due to 8 previous errors; 1 warning emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `transport-async` (test "bytes_test") due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd", kill_on_drop: false }`
[INFO] [stdout] 79c506fddf25127b96fa23aea3ea55cbfac7b75c449fcaeb16e39c9d819241fd
